home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / program / ewtdebug.zip / TEST < prev    next >
Text File  |  1990-12-05  |  190b  |  11 lines

  1. CC=cl -W3 -c -Gsw -Os -Zpe -nologo
  2.  
  3. defalut: test.exe
  4.  
  5. test.obj: $*.c
  6.     $(CC) $*.c
  7.  
  8. test.exe: $*.obj $*.def
  9.     link /nod $*, $*.exe,, libw slibcew EWTDebug, $*.def
  10.     rc $*.rc
  11.